Class CesopValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
eu.europa.ec.taxud.cesop.validation.CesopValidationException
- All Implemented Interfaces:
Serializable
General CESOP runtime exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCesopValidationException(String message) Constructor.CesopValidationException(String message, ValidationError validationError) Instantiates a new Cesop validation exception.CesopValidationException(String message, Throwable cause) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CesopValidationException
Instantiates a new Cesop validation exception.- Parameters:
message- the messagevalidationError- the validation error
-
CesopValidationException
Constructor.- Parameters:
message- the exception message
-
CesopValidationException
Constructor.- Parameters:
message- message the exception messagecause- the exception cause
-
-
Method Details
-
getValidationError
Gets validation error.- Returns:
- the validation error
-